@charset "utf-8";
/* CSS Document */

.wowo-slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}
.wowo-slider-item {
	position: relative;
  overflow: hidden;
  display: inline-block;
  float: left
}
.wowo-slider-next, .wowo-slider-prev {
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #cecbcb;
  z-index: 2;
  font-family: "瀹嬩綋";
  font-weight: bold
}
.wowo-slider-prev {
  right: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  padding-left: 5px
}
.wowo-slider-next {
  left: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  padding-right: 5px
}
.wowo-slider-prev:hover, .wowo-slider-next:hover {
  background: rgba(0, 0, 0, 0.3)
}
#wowo-slider-demo {
  width: 500px;
  height: 300px;
  margin-left: auto;
  margin-right: auto
}
.bt {
	position: absolute;
	z-index: 10;
	color: #fff;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 5px;
	background: url(hei_tm.png);
	text-align: left;
}